core: Re-unify on one OSTREE_OBJECT_TYPE_FILE
authorColin Walters <walters@verbum.org>
Wed, 11 Apr 2012 19:18:34 +0000 (15:18 -0400)
committerColin Walters <walters@verbum.org>
Thu, 12 Apr 2012 02:27:59 +0000 (22:27 -0400)
commit38ef75e6e04f7ec19844f9a1c178e6066682d13d
tree0fae1911e95124d61cd272ac34302676f56c72bf
parentf15c1845842bd892add6c4524410f696a152b962
core: Re-unify on one OSTREE_OBJECT_TYPE_FILE

Having the archived vs not distinction in the object system wasn't
useful in light of pack files.  In fact, we should probably move
towards generating a pack file per commit by default.
22 files changed:
Makefile-libostree.am
src/libostree/ostree-chain-input-stream.c [new file with mode: 0644]
src/libostree/ostree-chain-input-stream.h [new file with mode: 0644]
src/libostree/ostree-core.c
src/libostree/ostree-core.h
src/libostree/ostree-repo-file.c
src/libostree/ostree-repo.c
src/libostree/ostree-traverse.c
src/libostree/ostree.h
src/libotutil/ot-gio-utils.c
src/libotutil/ot-gio-utils.h
src/libotutil/ot-variant-utils.c
src/libotutil/ot-variant-utils.h
src/ostree/ostree-pull.c
src/ostree/ot-builtin-checksum.c
src/ostree/ot-builtin-diff.c
src/ostree/ot-builtin-fsck.c
src/ostree/ot-builtin-local-clone.c
src/ostree/ot-builtin-pack.c
src/ostree/ot-builtin-show.c
src/ostree/ot-builtin-unpack.c
tests/t0000-basic.sh